home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Internet / HTML / HTMLTool / _SETUP.1 / HTMLTOOL.exe / 0 / RCDATA / TFRMTABLEDATA / TFRMTABLEDATA.txt
Encoding:
Text File  |  1999-02-01  |  6.2 KB  |  316 lines

  1. object FrmTableData: TFrmTableData
  2.   Left = 413
  3.   Top = 129
  4.   BorderStyle = bsDialog
  5.   Caption = 'Table data'
  6.   ClientHeight = 329
  7.   ClientWidth = 202
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object lblColSpan: TLabel
  16.     Left = 8
  17.     Top = 72
  18.     Width = 41
  19.     Height = 13
  20.     Caption = '&Col span'
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object lblRowSpan: TLabel
  28.     Left = 8
  29.     Top = 104
  30.     Width = 48
  31.     Height = 13
  32.     Caption = '&Row span'
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object lblWidth: TLabel
  40.     Left = 8
  41.     Top = 168
  42.     Width = 28
  43.     Height = 13
  44.     Caption = '&Width'
  45.     FocusControl = EditWidth
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object lblAlign: TLabel
  53.     Left = 8
  54.     Top = 8
  55.     Width = 23
  56.     Height = 13
  57.     Caption = '&Align'
  58.     Font.Color = clBlack
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object lblVAlign: TLabel
  65.     Left = 8
  66.     Top = 40
  67.     Width = 30
  68.     Height = 13
  69.     Caption = '&VAlign'
  70.     Font.Color = clBlack
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ParentFont = False
  75.   end
  76.   object lblBackgroundColor: TLabel
  77.     Left = 8
  78.     Top = 200
  79.     Width = 61
  80.     Height = 26
  81.     Caption = '&Background color'
  82.     Font.Color = clBlack
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     WordWrap = True
  88.   end
  89.   object lblHeight: TLabel
  90.     Left = 8
  91.     Top = 136
  92.     Width = 31
  93.     Height = 13
  94.     Caption = '&Height'
  95.     FocusControl = EditHeight
  96.     Font.Color = clBlack
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = []
  100.     ParentFont = False
  101.   end
  102.   object cbAlign: TComboBox
  103.     Left = 80
  104.     Top = 8
  105.     Width = 113
  106.     Height = 21
  107.     Hint = 'Alignment of data within cell'
  108.     Font.Color = clBlack
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ItemHeight = 13
  113.     Items.Strings = (
  114.       'Center'
  115.       'Left'
  116.       'Right')
  117.     ParentFont = False
  118.     ParentShowHint = False
  119.     ShowHint = True
  120.     TabOrder = 0
  121.   end
  122.   object cbVAlign: TComboBox
  123.     Left = 80
  124.     Top = 40
  125.     Width = 113
  126.     Height = 21
  127.     Hint = 'Vertical alignment of data within cell'
  128.     Font.Color = clBlack
  129.     Font.Height = -11
  130.     Font.Name = 'MS Sans Serif'
  131.     Font.Style = []
  132.     ItemHeight = 13
  133.     Items.Strings = (
  134.       'Baseline'
  135.       'Bottom'
  136.       'Middle'
  137.       'Top')
  138.     ParentFont = False
  139.     ParentShowHint = False
  140.     ShowHint = True
  141.     TabOrder = 1
  142.   end
  143.   object cbBackgroundColor: TComboBox
  144.     Left = 80
  145.     Top = 200
  146.     Width = 113
  147.     Height = 21
  148.     Font.Color = clBlack
  149.     Font.Height = -11
  150.     Font.Name = 'MS Sans Serif'
  151.     Font.Style = []
  152.     ItemHeight = 13
  153.     Items.Strings = (
  154.       'Aqua'
  155.       'Black'
  156.       'Blue'
  157.       'Fuchsia'
  158.       'Gray'
  159.       'Green'
  160.       'Lime'
  161.       'Maroon'
  162.       'Navy'
  163.       'Olive'
  164.       'Purple'
  165.       'Red'
  166.       'Silver'
  167.       'Teal'
  168.       'White'
  169.       'Yellow')
  170.     ParentFont = False
  171.     ParentShowHint = False
  172.     ShowHint = True
  173.     TabOrder = 6
  174.     OnChange = cbBackgroundColorChange
  175.   end
  176.   object cbNoWrap: TCheckBox
  177.     Left = 8
  178.     Top = 264
  179.     Width = 65
  180.     Height = 17
  181.     Hint = 'Prevent data from wrapping ?'
  182.     Caption = ' &No wrap'
  183.     Font.Color = clBlack
  184.     Font.Height = -11
  185.     Font.Name = 'MS Sans Serif'
  186.     Font.Style = []
  187.     ParentFont = False
  188.     ParentShowHint = False
  189.     ShowHint = True
  190.     TabOrder = 8
  191.   end
  192.   object pnlColor: TPanel
  193.     Left = 104
  194.     Top = 232
  195.     Width = 89
  196.     Height = 25
  197.     Hint = 'Currently selected color'
  198.     BevelInner = bvRaised
  199.     BevelOuter = bvLowered
  200.     Font.Color = clBlack
  201.     Font.Height = -11
  202.     Font.Name = 'MS Sans Serif'
  203.     Font.Style = []
  204.     ParentFont = False
  205.     ParentShowHint = False
  206.     ShowHint = True
  207.     TabOrder = 9
  208.   end
  209.   object btnOK: TButton
  210.     Left = 8
  211.     Top = 296
  212.     Width = 89
  213.     Height = 25
  214.     Caption = 'OK'
  215.     Default = True
  216.     Font.Color = clBlack
  217.     Font.Height = -11
  218.     Font.Name = 'MS Sans Serif'
  219.     Font.Style = []
  220.     ModalResult = 1
  221.     ParentFont = False
  222.     TabOrder = 10
  223.   end
  224.   object btnCancel: TButton
  225.     Left = 104
  226.     Top = 296
  227.     Width = 89
  228.     Height = 25
  229.     Caption = 'Cancel'
  230.     Font.Color = clBlack
  231.     Font.Height = -11
  232.     Font.Name = 'MS Sans Serif'
  233.     Font.Style = []
  234.     ModalResult = 2
  235.     ParentFont = False
  236.     TabOrder = 11
  237.   end
  238.   object btnColor: TBitBtn
  239.     Left = 8
  240.     Top = 232
  241.     Width = 89
  242.     Height = 25
  243.     Hint = 'Set color'
  244.     Caption = '&Color'
  245.     Font.Color = clBlack
  246.     Font.Height = -11
  247.     Font.Name = 'MS Sans Serif'
  248.     Font.Style = []
  249.     ParentFont = False
  250.     ParentShowHint = False
  251.     ShowHint = True
  252.     TabOrder = 7
  253.     OnClick = btnColorClick
  254.     NumGlyphs = 2
  255.   end
  256.   object EditHeight: TEdit
  257.     Left = 80
  258.     Top = 136
  259.     Width = 113
  260.     Height = 21
  261.     Hint = 'Enter the height of the cell'
  262.     Font.Color = clBlack
  263.     Font.Height = -11
  264.     Font.Name = 'MS Sans Serif'
  265.     Font.Style = []
  266.     ParentFont = False
  267.     ParentShowHint = False
  268.     ShowHint = True
  269.     TabOrder = 4
  270.   end
  271.   object EditWidth: TEdit
  272.     Left = 80
  273.     Top = 168
  274.     Width = 113
  275.     Height = 21
  276.     Hint = 'Enter the width of the cell'
  277.     Font.Color = clBlack
  278.     Font.Height = -11
  279.     Font.Name = 'MS Sans Serif'
  280.     Font.Style = []
  281.     ParentFont = False
  282.     ParentShowHint = False
  283.     ShowHint = True
  284.     TabOrder = 5
  285.   end
  286.   object EditColSpan: TEdit
  287.     Left = 80
  288.     Top = 72
  289.     Width = 113
  290.     Height = 21
  291.     Font.Color = clBlack
  292.     Font.Height = -11
  293.     Font.Name = 'MS Sans Serif'
  294.     Font.Style = []
  295.     ParentFont = False
  296.     TabOrder = 2
  297.   end
  298.   object EditRowSpan: TEdit
  299.     Left = 80
  300.     Top = 104
  301.     Width = 113
  302.     Height = 21
  303.     Font.Color = clBlack
  304.     Font.Height = -11
  305.     Font.Name = 'MS Sans Serif'
  306.     Font.Style = []
  307.     ParentFont = False
  308.     TabOrder = 3
  309.   end
  310.   object DlgBackgroundColor: TColorDialog
  311.     Ctl3D = True
  312.     Left = 160
  313.     Top = 296
  314.   end
  315. end
  316.